/*公共样式*/
*{
    padding: 0;
    margin: 0;
}
body,html{
    font-family:"Kaiti SC", "楷体","苹方","微软雅黑" !important;
}
a{
    text-decoration: none;
}
a:hover{
    opacity: 0.8;
    cursor: pointer;
}
.img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex{
    display: flex;
}
.flex-v{
    display: flex;
    align-items: center;
}
.flex-lr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-hv{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-wrp{
    flex-wrap: wrap;
}
.mr-30{
    margin-right: 30px;
}
.mb-12{
    margin-bottom: 12px;
}
.mb-17{
    margin-bottom: 17px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-80{
    margin-bottom: 80px;
}
.img{
    width: 100%;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.seeMore{
    width: 200px;
    margin: 60px auto 0;
    display: block;
    text-align: center;
}
.seeMore .img{
    width: 160px;
    height: 58px;
}
.nav{
    width: 100%;
    font-family: "苹方" , "微软雅黑";
}

.nav .nav-list{
    width: 20%;
    text-align: center;
    opacity: 0.7;
    height: 92px;
    flex-wrap: wrap;
    align-content: center;
}

.nav .nav-list .nav-list-top{
    font-weight:600;
    color:#773732;
    font-size:18px;
    letter-spacing:0.04em;
    width: 100%;
}

.nav .nav-list .nav-list-bottom{
    font-weight:700;
    color:#773732;
    font-size:12px;
    width: 100%;
}

.nav .nav-list.on{
    position: relative;
    opacity: 1;
}

.nav .nav-list.on:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: 0;
    width: 36px;
    height: 4px;
    background: #773732;

}
/*资讯列表*/
.realTimeInfo-list{
    width: 600px;
    color: #773732;
    font-weight: 600;
    margin-bottom: 30px;
}
.realTimeInfo-list .realTimeInfo-list-left{
    padding-right: 24px;
    text-align: center;
}
.realTimeInfo-list .realTimeInfo-list-left .top{
    font-size: 28px;
}
.realTimeInfo-list .realTimeInfo-list-left .bottom{
    font-size: 20px;
}
.realTimeInfo-list .realTimeInfo-list-right{
    border-left: 1px solid #773732;
    padding-left: 24px;
}
.realTimeInfo-list .realTimeInfo-list-right .top{
    font-size:28px;
    letter-spacing:0.06em;
    margin-bottom: 10px;
    width: 480px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.realTimeInfo-list .realTimeInfo-list-right .bottom{
    font-size:18px;
    line-height:26px;
    width: 480px;
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.realTimeInfo-list:last-child{
    margin-bottom: 0;
}
.realTimeInfo-article{
    width: 530px;
    color: #773732;
    font-weight: 600;
    text-align: right;
}
.realTimeInfo-article .realTimeInfo-article-ico01{
    text-align: left;
    margin-bottom: -28px;
}
.realTimeInfo-article .realTimeInfo-article-ico02{
    margin-top: -28px;
}
.realTimeInfo-article .realTimeInfo-article-ico03{
    margin-top: 17px;
    margin-bottom: 24px;
}
.realTimeInfo-article .realTimeInfo-article-title{
    font-size:24px;
    letter-spacing:0.1em;
    line-height:22px;
    margin-bottom: 14px;
    padding: 0 30px;
    box-sizing: border-box;
    width: 100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color: #773732;
}
.realTimeInfo-article .realTimeInfo-article-text{
    font-size:16px;
    letter-spacing:0.04em;
    line-height:22px;
    padding: 0 30px;
    box-sizing: border-box;
    width: 100%;
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    color: #773732;
}
.realTimeInfo-article .realTimeInfo-article-img{
    width: 530px;
    height: 324px;
    background: #f3f3f3 url("../images/nav_logo_0.7.png") no-repeat center center;
    background-size: 202px 41px;
    overflow: hidden;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #773732;
}
.realTimeInfo-article .realTimeInfo-text{
    background: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    color: #773732;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

/*底部*/

.footer{
    width: 100%;
}
.footer .links{
    width: 100%;
    background: url("../images/footer_bg_01.png") no-repeat;
    background-size: 100% 100%;
}
.footer .links .links-list{
    height: 86px;
    line-height: 86px;
    width: 16%;
    text-align: center;
    color:#3a1613;
    font-size:18px;
    letter-spacing:0.06em;
    font-weight: bold;
    display: inline-block;
}
.footer .footer-content{
    width: 100%;
    background: url("../images/footer_bg_02.png") no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
    color:#faf6f5;
    font-size:14px;
    letter-spacing:0.06em;
    text-align:center;
}
.footer .footer-content a{
    color: #fff;
}
.headerMain{
    width: 100%;
}
.headerMain .top{
    width: 100%;
    height: 92px;
    background: url("../images/header_bg.png") no-repeat;
    background-size: 100% 100%;
}
.headerMain .top .container{
    height: 92px;
}
.headerMain .top .search{
    width:260px;
    height:35px;
    border:1px solid #773732;
    border-radius:60px;
    color: #773732;
    line-height: 35px;
    padding: 0 20px;
    box-sizing: border-box;
    background: url("../images/header_search.png") no-repeat 224px center;
    background-size: 16px 16px;
}
.headerMain .top .search::placeholder{
    color: #773732;
}
.headerMain .nav{
    background: #f6efe8;
}
.headerMain .nav .container{
    width:1400px;
}
.banner{
    width: 100%;
}
.banner .img{
    height: 680px;
    background: #f3f3f3;
    overflow: hidden;
}
.banner .title{
    font-size: 28px;
    letter-spacing: 0.06em;
    color: #4d2724;
    background: #f6efe8;
    height: 82px;
    line-height: 82px;
}

/*公共标题*/
.titleMain{
    font-weight: bold;
    font-size: 38px;
    color: #4d2724;
}
.titleMain .title{
    margin: 0 10px;
    position: relative;
}
.titleMain .title:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #cb353c;
    position: absolute;
    top: 14px;
    left: 50%;
    margin-left: -5px;
    border-radius: 50%;
    letter-spacing: 0.02em;
}

/*首页*/

.index-header{
    width: 100%;
    height: 450px;
    background: url("../images/banner.png") no-repeat;
    background-size: 100% 100%;
}

.index-header .logo{
    width: 202px;
    height: 92px;
}
.index-header .nav{
    width: 900px;
    height: 92px;
    justify-content: flex-end;
}
.index-header .nav .nav-list{
    width: 24%;
    flex-shrink: 0;
}
.index-header .nav .nav-list:first-child{
    width: 9%;
}
.index-header .nav .nav-list:last-child{
    width: 9%;
}
.indexTitle{
    margin-left: -28px;
}
.index-dynamic{
    width: 100%;
    background: url("../images/index_bg_01.png") no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
}
.index-dynamic .rotation{
    width: 621px;
    background: url("../images/index_rotation.png") no-repeat;
    background-size: 100% auto;
    padding: 30px;
    box-sizing: border-box;
}

.index-dynamic .rotation .img{
    width: 100%;
    height: 340px;
    background: #f3f3f3;
    overflow: hidden;
}
.index-dynamic .journalism{
    width: 560px;
    padding: 30px 30px 40px;
    box-sizing: border-box;
    background: url("../images/index_journalism.png") no-repeat;
    background-size: 100% auto;
}
.index-dynamic .journalism .journalism-top{
    font-weight:700;
    color:#773732;
    font-size:24px;
    letter-spacing:0.06em;
    line-height:32px;
    display: block;
    position: relative;
    top: 6px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-dynamic .journalism .journalism-list{
    color:#773732;
    font-size:16px;
    letter-spacing:0.04em;
    font-weight: 600;
    display: block;
    background: url("../images/index_rotation_ico.png") no-repeat left center;
    background-size: 8px 14px;
    padding-left: 20px;
    box-sizing: border-box;
    font-family: "苹方" , "微软雅黑";
    width: 100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.index-dynamic .index-notice{
    width: 100%;
    height: 100px;
    background: url("../images/index_notice.png") no-repeat;
    background-size: 100% auto;
    color: #874b47;
}
.index-dynamic .index-notice.off{
    opacity: 0.7;
    cursor: not-allowed
}
.index-dynamic .index-notice .notice-title{
    padding: 0 60px;
    background: url("../images/index_notice_ico.png") right center no-repeat;
    background-size: 13px 40px;
    font-weight: bold;
    font-size: 38px;
    margin-right: 40px;
}
.index-dynamic .index-notice .notice-text{
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.1em;
    width:800px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.index-realTimeInfo{
    width: 100%;
    padding: 60px 0;
    background: url("../images/index_bg_02.png") no-repeat;
    background-size: 100% 100%;
}
.index-video{
    width: 100%;
    padding: 60px 0;
    background: url("../images/index_bg_03.png") no-repeat;
    background-size: 100% 100%;
}
.index-video .indexTitle{
    width: 100%;
    text-align: center;
}
.index-video-tap{
    width: 80%;
    margin: 0 auto 20px;
    justify-content: center;
}
.index-video-tap-list{
    width: 14%;
    text-align: center;
    color:#e6c58b;
    font-size:28px;
    letter-spacing:0.1em;
    background: url("../images/index_video_ico.png") no-repeat right center;
    background-size: 8px 14px;
    padding: 20px 0;
}
.index-video-tap-list:last-child{
    background: none;
}
.index-video-content{
    width: calc(100% + 20px);
    margin-left: -10px;
}
.index-video-list{
    width: calc(25% - 20px);
    margin: 0 10px;
    padding: 24px;
    box-sizing: border-box;
    background: url("../images/index_video_frame.png") no-repeat;
    background-size: 100% 100%;
    color:#cfac6c;
    text-align: center;
    font-weight: bold;
}
.index-video-list .img{
    width: 100%;
    height: 119px;
    background: #f3f3f3;
    overflow: hidden;
    margin-bottom: 30px;
}
.index-video-list .title{
    font-size:18px;
    letter-spacing:0.1em;
    margin-bottom: 14px;
    width:100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-video-list .text{
    font-size:14px;
    letter-spacing:0.1em;
    min-height: 43px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-resources{
    width: 100%;
    background: url("../images/index_resources_bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 60px 0 40px;
}
.resources-content{
    width: 100%;
    flex-wrap: wrap;
}
.resources-content .seeMore{
    margin: 40px auto 0;
}
.index-resources-list{
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
    background: url("../images/index_resources_frame.png") no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    box-sizing: border-box;
}
.index-resources-list .img{
    width: 100%;
    height: 238px;
    background: #f3f3f3;
    overflow: hidden;
    margin-bottom: 14px;
}
.index-resources-list .title{
    color:#773732;
    font-size:18px;
    letter-spacing:0.04em;
    font-weight: bold;
}
index-resources-list .text{
    color:#773732;
    font-size:16px;
    margin-top: 14px;
}

/*文旅资讯*/
.realTimeInfo-hotspot{
    padding: 60px 0;
}
.realTimeInfo-hotspot .realTimeInfo-article{
    text-align: left;
}
.realTimeInfo-focusNews{
    width: 100%;
    padding: 60px 0 30px;
    background: url("../images/index_bg_02.png") no-repeat;
    background-size: 100% 100%;
}
.realTimeInfo-focusNews-content{
    width: calc(100% + 30px);
    margin-left: -15px;
    flex-wrap: wrap;
}
.realTimeInfo-focusNews .seeMore{
    margin: 30px auto 20px;
}
.focusNews-list{
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
    color:#773732;
    display: block;
}
.focusNews-list .title{
    font-size:24px;
    letter-spacing:0.06em;
    margin-bottom: 10px;
    width: 100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.focusNews-list .time{
    font-size:18px;
    letter-spacing:0.06em;
    margin-bottom: 20px;
}
.focusNews-list .text{
    font-size:16px;
    line-height:26px;
    margin-bottom: 30px;
    width: 100%;
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.focusNews-list .see{
    font-size:18px;
    letter-spacing:0.06em;
}
.realTimeInfo-activity{
    padding: 60px 0;
    width: 100%;
}
.realTimeInfo-activity-list{
    width: 100%;
    font-weight: bold;
}
.realTimeInfo-activity-list .img{
    width: 600px;
    height: 384px;
    overflow: hidden;
    background: #f3f3f3;
}
.realTimeInfo-activity-list .center{
    width: calc(100% - 640px);
    color: #4d2724;
}
.realTimeInfo-activity-list .center .comma{
    margin-bottom: -50px;
    margin-left: -60px;
}
.realTimeInfo-activity-list .center .title{
    font-size:30px;
    letter-spacing:0.06em;
    line-height:48px;
    margin-bottom: 8px;
    width: 100%;
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.realTimeInfo-activity-list .center .text{
    font-size:22px;
    letter-spacing:0.096em;
    line-height:32px;
    margin-bottom: 24px;
    width: 100%;
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.realTimeInfo-activity-list .center .time{
    font-size:22px;
    letter-spacing:0.06em;
    margin-bottom: 14px;
    background: url("../images/realTimeInfo_activity_ico01.png") no-repeat left center;
    background-size: 22px 22px;
    padding-left: 34px;
    box-sizing: border-box;
}
.realTimeInfo-activity-list .center .see{
    font-size:32px;
    letter-spacing:0.06em;
    text-align: right;
}

/*文旅视频*/
.video-banner .img{
    height: 680px;
}

.shortVideo{
    padding: 60px 0;
}
.shortVideo .seeMore{
    margin: 40px auto 0;
}
.opera .seeMore{
    margin: 40px auto 0;
}
.videoMain{
    width: 100%;
    background: url("../images/video_bg.png") no-repeat;
    background-size: 100% auto;
}

.shortVideo-content{
    width: 100%;
    flex-wrap: wrap;
}
.shortVideo-content .shortVideo-list{
    width: 25%;
    position: relative;
    display: inline-block;
}
.shortVideo-content .shortVideo-list .img{
    height: 176px;
    width: 100%;
    background: #f3f3f3;
    overflow: hidden;
}
.shortVideo-content .shortVideo-list .img img{
    width: 430px !important;
}
.shortVideo-content .shortVideo-list .title{
    position: absolute;
    bottom: 0;
    left: 0;
    height:62px;
    background: rgba(0,0,0,0.6);
    line-height: 62px;
    color:#ffffff;
    font-size:18px;
    letter-spacing:0.06em;
    text-align:center;
    z-index: 1111;
    width: 100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding: 0 14px;
    box-sizing: border-box;
}
.opera-content{
    width: calc(100% + 20px);
    margin-left: -10px;
    flex-wrap: wrap;
}
.opera-list{
    width: calc(25% - 23px);
    margin: 0 7px 20px;
    background: url("../images/video_opera_frame.png") no-repeat;
    background-size: 100% 100%;
    padding: 24px;
    box-sizing: border-box;
    display: inline-block;
}
.opera-list .img{
    width: 100%;
    height: 178px;
    overflow: hidden;
    background: #f3f3f3;
}
.opera-list .img , .shortVideo-content .shortVideo-list .img ,.resources-content .index-resources-list .img ,.museum-list .img ,.realTimeInfo-article .realTimeInfo-article-img  ,.index-video-list .img{
    background-image: url("../images/nav_logo.png"),url("../images/bg_011.png") !important;
    background-repeat: no-repeat , no-repeat !important;
    background-position: center center ,center center !important;
    background-size: 200px 41px, 100% 100% !important;
}
.realTimeInfo-activity-list .img{
    background-image: url("../images/nav_logo.png"),url("../images/bg_011.png") !important;
    background-repeat: no-repeat , no-repeat !important;
    background-position: center center ,center center !important;
    background-size: 260px 53px, 100% 100% !important;
}
.opera-list .img img{
    width: 100%;
}
.opera-list .title{
    color:#773732;
    font-size:18px;
    letter-spacing:0.04em;
    text-align:center;
    font-weight: bold;
    margin-top: 20px;
    width: 100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

/*文旅资源*/
.resources-content{
    padding: 60px 0;
}
.resources-content .index-resources-list{
    padding: 24px;
    box-sizing: border-box;
    background: url("../images/resources_frame.png") no-repeat;
    background-size: 100% 100%;
}
.resources-content .index-resources-list .img{
    margin-bottom: 24px;
}
.resources-content .index-resources-list .title{
    font-size: 22px;
    width: 100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.resources-content .index-resources-list .text{
    color:#773732;
    font-size:16px;
    line-height:26px;
    padding: 0 6px;
    box-sizing: border-box;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*网络馆*/
.artGallery{
    background: url("../images/networkLibrary_bg.png") no-repeat;
    background-size: 100% 100%;
}
.library{
    width: 100%;
    background: url("../images/index_bg_01.png") no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
}
.library-content{
    width: 100%;
    position: relative;
}
.library-content:before{
    content: '';
    display: block;
    border-top: 2px dotted #70524f;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    margin-top: -26px;
}
.library-content .library-list{
    width: 33.33%;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 99;
}
.library-content .library-list .img{
    width: 165px;
    height: 165px;
    background: url("../images/library_img01.png") no-repeat;
    background-size: 100% 100%;
    margin:0 auto 20px;
}
.library-content .library-list .title{
    color:#683632;
    font-size:32px;
    font-weight: bold;
}
.library-content .library-list:nth-child(2) .img{
    background: url("../images/library_img02.png") no-repeat;
    background-size: 100% 100%;
}
.library-content .library-list:nth-child(3) .img{
    background: url("../images/library_img03.png") no-repeat;
    background-size: 100% 100%;
}
.library-content .library-list:hover{
    opacity: 1;
}
.library-content .library-list:hover .img{
    width: 185px;
    height: 185px;
}
.library-content .library-list:hover .title{
    opacity: 0.8;
}
.museum{
    width: 100%;
    padding: 60px 0 0;
}
.museum .seeMore{
    margin: 40px auto 0;
}
.wrong .seeMore{
    margin: 40px auto 0;
}
.museum-list{
    width: 33.33%;
    position: relative;
    display: inline-block;
}
.museum-list .img{
    height: 350px;
    width: 100%;
    background: #f3f3f3;
    overflow: hidden;
}
.museum-list .title{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 72px;
    line-height: 72px;
    text-align: center;
    color:#ffffff;
    font-size:24px;
    letter-spacing:0.06em;
    font-weight: bold;
}
.wrong{
    background: url("../images/index_resources_bg.png") no-repeat;
    background-size: 100% 100%;
}
/*分类页*/
.menuBar{
    width: 100%;
    padding: 20px 0;
}
.menuBar .menuBar-list{
    display: inline-block;
    padding: 12px 24px;
    font-weight:bold;
    color:#773732;
    font-size:16px;
    background: url("../images/menuBar_ico.png") right center no-repeat;
    background-size: 10px 22px;
}
.menuBar .menuBar-list:last-child{
    background: none;
}
.menuBar .menuBar-list:first-child{
    padding-left: 0;
}
.lassification-content{
    padding: 10px 0 60px;
}
.lassification-content .titleMain{
    margin: unset;
    margin-bottom: 20px;
}
.lassification-main{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.lassification-center{
    width: calc(100% - 340px);
}
lassification-center.dynamic{
    width: 100%;
}
lassification-center.dynamic .realTimeInfo-list .realTimeInfo-list-right .top{
    width: 100%;
}
lassification-center.dynamic .realTimeInfo-list .realTimeInfo-list-right .bottom{
    width: 100%;
}
.lassification-center .realTimeInfo-list{
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid #925f5b;
    margin-bottom: 0;
}
.realTimeInfo .opera-list{
    width: calc(33.33% - 26px);
    margin: 20px 10px;
}
.column{
    width: 240px;
    background: #f6efe8;
}
.column .column-list{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-weight:bold;
    color:#000;
    font-size:22px;
    letter-spacing:0.04em;
    padding: 0 20px;
    background: #f6efe8;
    border: none;
    text-align: left;
    cursor: pointer;
    font-family:"Kaiti SC", "楷体","苹方","微软雅黑";
}
.column .column-list.on{
    background: #f1e3d5;
    color: #773732;
}
.column .column-list:hover{
    opacity: 0.8;
}
/*详情页*/
.details-content{
    width: 100%;
}
.details-header{
    width: 100%;
    padding: 0 0 30px;
    border-bottom: 1px solid #773732;
    margin-bottom: 60px;
}
.details-header .title{
    font-weight:bold;
    color:#773732;
    font-size:36px;
    letter-spacing:0.04em;
    margin-bottom: 20px;
}
.details-header .text{
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #773732;
}
.details-center{
    margin-bottom: 60px;
}
/*搜索结果*/
.searchResult .lassification-center{
    width: 100%;
}
.searchResult  .titleMain{
    justify-content: center;
}
.searchBox{
    width: 1000px;
    margin: 40px auto 0;
}
.searchBox .search{
    width:100%;
    height:50px;
    border-radius:4px;
    color: #773732;
    font-size: 14px;
    line-height: 50px;
    padding: 0 60px;
    box-sizing: border-box;
    background: url("../images/searchBox_bg.png") no-repeat center;
    background-size: 100% 100%;
    border: none;
    font-weight: bold;
    outline:none;
}
.searchBox .search::placeholder{
    color: #9d7c7a;
}
.searchHeader{
    width: 100%;
    border: 1px dashed #dddddd;
    padding-top: 60px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.searchTap .index-video-tap-list{
    color: #773732;
    font-size: 20px;
    margin-top: 20px;
    opacity: 0.6;
    padding: 20px 40px;
    width: unset;
}
.searchTap .index-video-tap-list.on{
    opacity: 1;
    font-weight: bold;
    background-image: url("../images/index_video_ico.png") , url("../images/searchTap_ico.png");
    background-repeat: no-repeat , no-repeat;
    background-position: right center , center bottom;
    background-size: 8px 14px, 23px 2px;
}
.searchResult .realTimeInfo{
    border: 1px dashed #dddddd;
    padding: 20px 40px 20px;
    box-sizing: border-box;
}
.searchResult .realTimeInfo .realTimeInfo-list{
    border-bottom: 1px solid #dddddd;
}
.searchResult .realTimeInfo .realTimeInfo-list:last-child{
    border-bottom: none;
}
.searchResult .realTimeInfo-list .realTimeInfo-list-right{
    width: calc(100% - 100px);
}
.searchResult  .realTimeInfo-list .realTimeInfo-list-right .top{
    width: 100%;
}
.searchResult  .realTimeInfo-list .realTimeInfo-list-right .bottom{
    width: 100%;
}
/*图书馆*/
.libraryMain{
    width: 100%;
    background: url("../images/library_bg.png") no-repeat;
    background-size: cover;
    height: calc(100vh - 184px);
}
.libraryMain .container{
    height: 100%;
}
.libraryMain .menuBar .menuBar-list{
    color: #c6aead;
    background: url(../images/menuBar_ico02.png) right center no-repeat;
    background-size: 10px 22px;
}
.libraryMain .menuBar .menuBar-list:last-child{
    background: none;
}
.libraryMain-content{
    width: 100%;
    height: calc(100% - 126px);
}
.libraryMain-top{
    width: 100%;
    height: 48px;
    background: url("../images/library_frame01.png") no-repeat;
    background-size: 100% 48px;
}
.libraryMain-center{
    width: 100%;
    height: calc(100% - 140px);
    background: url("../images/library_frame02.png") repeat-y;
    background-size: 100% auto;
    flex-wrap: wrap;
    padding: 0 40px;
    box-sizing: border-box;
    align-content: flex-start;
    margin-top: -25px;
    margin-bottom: -25px;
}
.libraryMain-bottom{
    width: 100%;
    height: 48px;
    background: url("../images/library_frame03.png") no-repeat;
    background-size: 100% 48px;
}
/*.libraryMain-list{*/
/*    display: block;*/
/*    width: 33.33%;*/
/*    background: url("../images/library_ico.png") no-repeat left center;*/
/*    background-size: 18px 18px;*/
/*    color:#ffffff;*/
/*    font-size:18px;*/
/*    font-weight: bold;*/
/*    box-sizing: border-box;*/
/*    padding: 15px 30px 15px 32px;*/
/*}*/
.libraryMain-list{
    display: block;
    width: 33.33%;
    background: url("../images/library_ico.png") no-repeat left center;
    background-size: 18px 18px;
    color:#ffffff;
    font-size:18px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 12px 30px 12px 32px;
}
/*分页修改*/
.pagingMain {
    display: flex;
    position: relative;
    margin-top: 40px;
}
.pagingMain .rows-info{
    color: #773732;
    letter-spacing: 1px;
}
.pagingMain ul{
    display: flex;
    width: 480px;
    justify-content: flex-end;

}
.pagingMain li{
    list-style: none;
}
.pagingMain li a{
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #773732;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    margin: 0 6px;
}
.pagingMain .active{
    background: #773732;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    display: inline-block;
    margin: 0 6px;
}
.pagingMain .btn{
    background: none;
    border: none;
    color: #773732;
    margin-right: 10px;
}
.pagingMain input{
    border: 1px solid #773732;
    border-radius: 2px;
    width: 34px;
    text-align: center;
    height: 21px;
    color: #773732;
    margin-right: 10px;
    outline: none;
}
.pagingMain form{
    color: #773732;
}
.page-jump{
    position: absolute;
    right: 0;
    top: 0;
}
.flex-control-nav{
    /*position: relative;*/
    /*top: -12px;*/
}
.banner .flex-direction-nav{
    display: none;
}
.banner .title .container{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
index-dynamic .flex-control-nav{
    bottom: 20px !important;
}
/*老照片修改*/
.oldPhotos{
    width: 100%;
}
.oldPhotos .realTimeInfo .opera-list{
    width: calc(25% - 26px);
}
/*图书馆分页修改*/
.pagingMain.libraryPage .rows-info{
    color: #fff;
}
.pagingMain.libraryPage form{
    color: #fff;
}
.pagingMain.libraryPage .btn{
    color: #fff;
}
.pagingMain.libraryPage input{
    background: none;
    border: 1px solid #fff;
    color: #fff;
}
.pagingMain.libraryPage li a{
    color: #fff;
}
.pagingMain.libraryPage .active{
    background: #fff;
    color: #773732;
}
